home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3546 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.5 KB

  1. Path: globe.indirect.com!fnf
  2. From: fnf@fishpond.ninemoons.com (Fred Fish)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Update to Native Developer Kit 3.1: Request for ideas
  5. Date: 21 Feb 1996 04:25:42 GMT
  6. Organization: Cronus
  7. Message-ID: <4ge6s6$b3q@globe.indirect.com>
  8. References: <4fs120$7hj@sinsen.sn.no> <xJ0aZMD42DalzB@j-plewka.amtrash.comlink.de>
  9. NNTP-Posting-Host: amigalib.com
  10.  
  11. In article <xJ0aZMD42DalzB@j-plewka.amtrash.comlink.de>,
  12. Joern Plewka <J_Plewka@Amtrash.comlink.de> wrote:
  13. >A working compiler is required...
  14. >
  15. >SAS was frozen and won`t be available for PPC, AFAIK.
  16. >Maxon doesn`t work very nice..it crashes much to often.
  17. >StormC is nice in design but I wouldn`t have released such unstable demo.
  18. >
  19. >There is nothing for PPC this time...programming Amiga`s stuff on MAC is a
  20. >little strange;-((
  21.  
  22. The ADE (Amiga Developers Environment) source can be configured to
  23. produce PPC code in AmigaDOS hunk containers.  This took all of about
  24. one afternoon to do with my current (internal test only) source tree,
  25. using ELF as the object file format.  These changes should be in the
  26. next ADE snapshot, which I hope to make available in about 3 weeks.
  27. Work is also underway to switch to AmigaDOS hunk format for the object
  28. file format, for both m68k and possibly PPC, though I'm reluctant to
  29. spend much time trying to bring up a PPC toolchain using AmigaDOS hunk
  30. format as the object format, when it seems probable that AT won't use
  31. that format on the PPC.
  32.  
  33. There also isn't much sense in spending a lot of time trying to build
  34. suitable runtimes for the PPC toolchain since nobody knows what the
  35. PowerPC Amiga runtime will look like.  Or if they do, they aren't
  36. sharing it with anyone else.  :-(
  37.  
  38. For now though, the current PPC compiler is interesting for doing
  39. mostly educational things, like compiling your favorite routines
  40. and examining the resulting assembly to get familiar with the
  41. PPC instruction set, or possibly running your favorite benchmark
  42. through the compiler to compare code sizes and efficiency with
  43. the m68k version.
  44.  
  45. These is also the PPC simulator in gdb that might be interesting to
  46. expand to work in the m68k Amiga environment, in which case it would
  47. be theoretically possible to produce PPC AmigaDOS programs that
  48. actually do something on an m68k Amiga when run inside the simulator.
  49.  
  50. See ftp.ninemoons.com:pub/ade/... for more info.
  51.  
  52. -Fred
  53. -- 
  54. CRONUS  --  1840 E. Warner Road #105-265  --  Tempe, AZ 85284  --  USA
  55. Voice:  (800) 804-0833  or  (602) 491-0442        FAX:  (602) 491-0048
  56. Email:  info@ninemoons.com
  57. Ftp site: ftp.ninemoons.com
  58.